From 7a5bc8d1f9e4c1b5788a48e05df6d75ffca054b8 Mon Sep 17 00:00:00 2001 From: Boyuan Yang Date: Sun, 28 Feb 2021 19:43:43 -0500 Subject: [PATCH] Prepare new upload. --- debian/changelog | 10 ++++++++++ debian/rules | 4 +++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index eee8331..5fd2d6b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +opencc (1.1.1+git20200624+ds2-6) unstable; urgency=high + + * Team upload. + * debian/patches/0005: Add upstream patch to fix severe performance + regression in `Conversion::Convert` that caused O(N^2) complexity. + * debian/rules: Disable parallel build to workaround some random + build error for now. + + -- Boyuan Yang Sun, 28 Feb 2021 19:48:01 -0500 + opencc (1.1.1+git20200624+ds2-5) unstable; urgency=medium * Team upload. diff --git a/debian/rules b/debian/rules index 9bfc988..e4cc9c4 100755 --- a/debian/rules +++ b/debian/rules @@ -8,8 +8,10 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all include /usr/share/dpkg/architecture.mk +# Disable parallel build to circumvent some random build error +# (needs further investigation) %: - dh $@ --buildsystem=cmake --with pkgkde_symbolshelper + dh $@ --buildsystem=cmake --with pkgkde_symbolshelper --no-parallel BUILD_OPTIONS = \ -DCMAKE_INSTALL_PREFIX=/usr \ -- 2.30.2